home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  234 b   |  15 lines

  1. on mouseUp
  2.   set the video of member "unisys2" to 0
  3.   set the video of member "unisys1" to 0
  4.   updateStage()
  5.   set the visible of sprite 10 to 0
  6.   go("1a_4")
  7. end
  8.  
  9. on exitFrame
  10.   if soundBusy(1) then
  11.   else
  12.     go("1a_3")
  13.   end if
  14. end
  15.